Skip to content

Conversation

Borda
Copy link
Contributor

@Borda Borda commented Jun 19, 2025

What does this PR do?

Fixes #<issue_number>

Before submitting
  • Was this discussed/agreed via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • Did you list all the breaking changes introduced by this pull request?
  • Did you update the CHANGELOG? (not for typos, docs, test updates, or minor internal changes/refactors)

PR review

Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:

Reviewer checklist
  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified

📚 Documentation preview 📚: https://pytorch-lightning--20918.org.readthedocs.build/en/20918/

Borda and others added 30 commits June 19, 2025 12:02
* ci: bump next `torch` 2.7
* cuda_version: "12.6.3"

(cherry picked from commit 28f0fcb)
* docker: releasing Pl with PT 2.6
* cuda_version: "12.4.1"

(cherry picked from commit 5cbfb86)
update tutorials to `2.5.1`

Co-authored-by: Borda <[email protected]>
(cherry picked from commit d04fc34)
* build(deps): bump Lightning-AI/utilities from 0.14.1 to 0.14.2

Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/lightning-ai/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](Lightning-AI/utilities@v0.14.1...v0.14.2)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 44eb839)
)

perf[registry]: update available_accelerators to return a set

(cherry picked from commit 5cc8471)
According to my friend ChatGPT, using pdb.set_trace() is too old-school. Update the doc to use breakpoint() instead to stay young 😎

(cherry picked from commit 831870a)
update tutorials to `cc67b8ba`

Co-authored-by: Borda <[email protected]>
(cherry picked from commit f6fd9c0)
* build(deps): bump Lightning-AI/utilities from 0.14.2 to 0.14.3

Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.14.2 to 0.14.3.
- [Release notes](https://github.com/lightning-ai/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](Lightning-AI/utilities@v0.14.2...v0.14.3)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 5e0209a)
* feat: add Codecov test results
* linter

---------

Co-authored-by: Jirka B <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 02311d0)
* [pre-commit.ci] pre-commit suggestions

updates:
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
- [github.com/PyCQA/docformatter: 06907d0267368b49b9180eed423fae5697c1e909 → v1.7.5](PyCQA/docformatter@06907d0...v1.7.5)
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4)
- [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)

* Apply suggestions from code review

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit cd785a4)
update tutorials to `1c1160e5`

Co-authored-by: Borda <[email protected]>
(cherry picked from commit 03635d2)
… composition handling (#20718)

* add tests to check for `save_hyperparameter: ignore`
* update

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(cherry picked from commit 8055717)
…=2.9.1,<2.20.0 in /requirements (#20735)

build(deps): update tensorboard requirement in /requirements

Updates the requirements on [tensorboard](https://github.com/tensorflow/tensorboard) to permit the latest version.
- [Release notes](https://github.com/tensorflow/tensorboard/releases)
- [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorboard@2.9.1...2.19.0)

---
updated-dependencies:
- dependency-name: tensorboard
  dependency-version: 2.19.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit df18e4c)
…in /requirements (#20733)

build(deps): update ipython[all] requirement in /requirements

Updates the requirements on [ipython[all]](https://github.com/ipython/ipython) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@rel-0.8.4...8.18.1)

---
updated-dependencies:
- dependency-name: ipython[all]
  dependency-version: 8.18.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 58827d3)
…>=0.10.0,<1.8.0 in /requirements (#20739)

build(deps): update torchmetrics requirement in /requirements

Updates the requirements on [torchmetrics](https://github.com/Lightning-AI/torchmetrics) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/torchmetrics/releases)
- [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md)
- [Commits](Lightning-AI/torchmetrics@v0.10.0...v1.7.1)

---
updated-dependencies:
- dependency-name: torchmetrics
  dependency-version: 1.7.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 156aad1)
…3,<3.2.0 in /requirements (#20740)

build(deps): update cloudpickle requirement in /requirements

Updates the requirements on [cloudpickle](https://github.com/cloudpipe/cloudpickle) to permit the latest version.
- [Release notes](https://github.com/cloudpipe/cloudpickle/releases)
- [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md)
- [Commits](cloudpipe/cloudpickle@v1.3.0...v3.1.1)

---
updated-dependencies:
- dependency-name: cloudpickle
  dependency-version: 3.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit fd1a38b)
…>=1.12.0,<1.21.0 in /requirements (#20738)

build(deps): update onnxruntime requirement in /requirements

Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version.
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.12.0...v1.20.1)

---
updated-dependencies:
- dependency-name: onnxruntime
  dependency-version: 1.20.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ffec870)
…uirements (#20734)

build(deps): update packaging requirement in /requirements

Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@20.0...25.0)

---
updated-dependencies:
- dependency-name: packaging
  dependency-version: '25.0'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 396038a)
…11.1 to >=0.11.1,<0.15.0 in /requirements (#20737)

build(deps): update lightning-utilities requirement in /requirements

Updates the requirements on [lightning-utilities](https://github.com/Lightning-AI/utilities) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](Lightning-AI/utilities@v0.11.1...v0.14.3)

---
updated-dependencies:
- dependency-name: lightning-utilities
  dependency-version: 0.14.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 948577b)
* build(deps): bump pytest from 7.4.0 to 8.3.5 in /requirements

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...8.3.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 8.3.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* pytest-doctestplus ==1.4.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka B <[email protected]>
(cherry picked from commit 3fb8dcf)
….21.0,>=0.16.0 to >=0.16.0,<0.22.0 in /requirements (#20728)

* build(deps): bump torch from 2.5.1 to 2.6.0 in /requirements

Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): update torchvision requirement from <0.21.0,>=0.16.0 to >=0.16.0,<0.22.0 in /requirements (#20736)

build(deps): update torchvision requirement in /requirements

Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version.
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.16.0...v0.21.0)

---
updated-dependencies:
- dependency-name: torchvision
  dependency-version: 0.21.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* # type: ignore[arg-type]
* type: ignore[arg-type]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka B <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(cherry picked from commit 0c9d414)
…0 to >=2022.5.0,<2025.4.0 in /requirements (#20767)

build(deps): update fsspec[http] requirement in /requirements

Updates the requirements on [fsspec[http]](https://github.com/fsspec/filesystem_spec) to permit the latest version.
- [Commits](fsspec/filesystem_spec@2022.5.0...2025.3.2)

---
updated-dependencies:
- dependency-name: fsspec[http]
  dependency-version: 2025.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 90354eb)
…0.0,<1.41.0 in /requirements (#20766)

build(deps): update awscli requirement in /requirements

Updates the requirements on [awscli](https://github.com/aws/aws-cli) to permit the latest version.
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.30.0...1.40.2)

---
updated-dependencies:
- dependency-name: awscli
  dependency-version: 1.40.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 3fda67b)
…requirements (#20762)

build(deps): update requests requirement in /requirements

Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v0.2.0...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit efb02d7)
…0768)

* build(deps): bump pytest-cov from 4.1.0 to 6.1.1 in /requirements

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 6.1.1.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* coverage ==7.8.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka B <[email protected]>
(cherry picked from commit 8220d05)
muthissar and others added 2 commits June 19, 2025 12:17
* Fixing problem for silently supporting jsonnet.
* Included jsonnet as test dependency.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 76d3d22)
* check param is of nn.Parameter type
* Update test_pruning.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rittik Panda <[email protected]>
(cherry picked from commit cb1afbe)
@github-actions github-actions bot added docs Documentation related ci Continuous Integration release fabric lightning.fabric.Fabric pl Generic label for PyTorch Lightning package dependencies Pull requests that update a dependency file dockers package data labels Jun 19, 2025
Copy link
Contributor

github-actions bot commented Jun 19, 2025

⚡ Required checks status: All passing 🟢

Groups summary

🟢 pytorch_lightning: Tests workflow
Check ID Status
pl-cpu-guardian success

These checks are required after the changes to .actions/assistant.py, .github/workflows/ci-tests-pytorch.yml, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, src/lightning/fabric/accelerators/registry.py, src/lightning/fabric/connector.py, src/lightning/fabric/fabric.py, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/plugins/precision/bitsandbytes.py, src/lightning/fabric/plugins/precision/transformer_engine.py, src/lightning/fabric/strategies/fsdp.py, src/lightning/fabric/strategies/parallel.py, src/lightning/fabric/strategies/single_xla.py, src/lightning/fabric/strategies/strategy.py, src/lightning/fabric/strategies/xla.py, src/lightning/fabric/strategies/xla_fsdp.py, src/lightning/fabric/utilities/cloud_io.py, src/lightning/fabric/utilities/imports.py, src/lightning/fabric/utilities/init.py, src/lightning/fabric/utilities/rank_zero.py, src/lightning/fabric/utilities/spike.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/__version__.py, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/extra.txt, requirements/pytorch/test.txt, src/lightning/pytorch/accelerators/__init__.py, src/lightning/pytorch/callbacks/finetuning.py, src/lightning/pytorch/callbacks/lr_monitor.py, src/lightning/pytorch/callbacks/model_checkpoint.py, src/lightning/pytorch/callbacks/progress/progress_bar.py, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/pruning.py, src/lightning/pytorch/callbacks/throughput_monitor.py, src/lightning/pytorch/callbacks/timer.py, src/lightning/pytorch/cli.py, src/lightning/pytorch/core/module.py, src/lightning/pytorch/core/saving.py, src/lightning/pytorch/demos/mnist_datamodule.py, src/lightning/pytorch/demos/transformer.py, src/lightning/pytorch/loops/training_epoch_loop.py, src/lightning/pytorch/loops/utilities.py, src/lightning/pytorch/overrides/distributed.py, src/lightning/pytorch/plugins/precision/double.py, src/lightning/pytorch/serve/servable_module_validator.py, src/lightning/pytorch/strategies/fsdp.py, src/lightning/pytorch/strategies/parallel.py, src/lightning/pytorch/strategies/single_xla.py, src/lightning/pytorch/strategies/strategy.py, src/lightning/pytorch/strategies/xla.py, src/lightning/pytorch/trainer/configuration_validator.py, src/lightning/pytorch/trainer/connectors/accelerator_connector.py, src/lightning/pytorch/trainer/connectors/callback_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/result.py, src/lightning/pytorch/trainer/connectors/signal_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/utilities/migration/utils.py, src/lightning/pytorch/utilities/model_registry.py, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/__version__.py, tests/tests_pytorch/accelerators/test_registry.py, tests/tests_pytorch/callbacks/test_pruning.py, tests/tests_pytorch/callbacks/test_throughput_monitor.py, tests/tests_pytorch/checkpointing/test_model_checkpoint.py, tests/tests_pytorch/core/test_datamodules.py, tests/tests_pytorch/core/test_lightning_module.py, tests/tests_pytorch/core/test_lightning_optimizer.py, tests/tests_pytorch/helpers/datasets.py, tests/tests_pytorch/loggers/test_csv.py, tests/tests_pytorch/loggers/test_tensorboard.py, tests/tests_pytorch/loggers/test_wandb.py, tests/tests_pytorch/loops/test_training_loop.py, tests/tests_pytorch/models/test_cpu.py, tests/tests_pytorch/models/test_hparams.py, tests/tests_pytorch/models/test_restore.py, tests/tests_pytorch/models/test_torchscript.py, tests/tests_pytorch/models/test_tpu.py, tests/tests_pytorch/plugins/test_checkpoint_io_plugin.py, tests/tests_pytorch/strategies/launchers/test_multiprocessing.py, tests/tests_pytorch/strategies/test_fsdp.py, tests/tests_pytorch/test_cli.py, tests/tests_pytorch/trainer/connectors/test_accelerator_connector.py, tests/tests_pytorch/trainer/connectors/test_checkpoint_connector.py, tests/tests_pytorch/trainer/connectors/test_data_connector.py, tests/tests_pytorch/trainer/connectors/test_logger_connector.py, tests/tests_pytorch/trainer/logging_/test_logger_connector.py, tests/tests_pytorch/trainer/test_ddp_sigterm_handling.py, tests/legacy/back-compatible-versions.txt, pyproject.toml.

🟢 pytorch_lightning: Azure GPU
Check ID Status
pytorch-lightning (GPUs) (testing Lightning | latest) success
pytorch-lightning (GPUs) (testing PyTorch | latest) success

These checks are required after the changes to .actions/assistant.py, .azure/gpu-tests-pytorch.yml, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/extra.txt, requirements/pytorch/test.txt, src/lightning/__version__.py, src/lightning/pytorch/accelerators/__init__.py, src/lightning/pytorch/callbacks/finetuning.py, src/lightning/pytorch/callbacks/lr_monitor.py, src/lightning/pytorch/callbacks/model_checkpoint.py, src/lightning/pytorch/callbacks/progress/progress_bar.py, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/pruning.py, src/lightning/pytorch/callbacks/throughput_monitor.py, src/lightning/pytorch/callbacks/timer.py, src/lightning/pytorch/cli.py, src/lightning/pytorch/core/module.py, src/lightning/pytorch/core/saving.py, src/lightning/pytorch/demos/mnist_datamodule.py, src/lightning/pytorch/demos/transformer.py, src/lightning/pytorch/loops/training_epoch_loop.py, src/lightning/pytorch/loops/utilities.py, src/lightning/pytorch/overrides/distributed.py, src/lightning/pytorch/plugins/precision/double.py, src/lightning/pytorch/serve/servable_module_validator.py, src/lightning/pytorch/strategies/fsdp.py, src/lightning/pytorch/strategies/parallel.py, src/lightning/pytorch/strategies/single_xla.py, src/lightning/pytorch/strategies/strategy.py, src/lightning/pytorch/strategies/xla.py, src/lightning/pytorch/trainer/configuration_validator.py, src/lightning/pytorch/trainer/connectors/accelerator_connector.py, src/lightning/pytorch/trainer/connectors/callback_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/result.py, src/lightning/pytorch/trainer/connectors/signal_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/utilities/migration/utils.py, src/lightning/pytorch/utilities/model_registry.py, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/__version__.py, tests/tests_pytorch/accelerators/test_registry.py, tests/tests_pytorch/callbacks/test_pruning.py, tests/tests_pytorch/callbacks/test_throughput_monitor.py, tests/tests_pytorch/checkpointing/test_model_checkpoint.py, tests/tests_pytorch/core/test_datamodules.py, tests/tests_pytorch/core/test_lightning_module.py, tests/tests_pytorch/core/test_lightning_optimizer.py, tests/tests_pytorch/helpers/datasets.py, tests/tests_pytorch/loggers/test_csv.py, tests/tests_pytorch/loggers/test_tensorboard.py, tests/tests_pytorch/loggers/test_wandb.py, tests/tests_pytorch/loops/test_training_loop.py, tests/tests_pytorch/models/test_cpu.py, tests/tests_pytorch/models/test_hparams.py, tests/tests_pytorch/models/test_restore.py, tests/tests_pytorch/models/test_torchscript.py, tests/tests_pytorch/models/test_tpu.py, tests/tests_pytorch/plugins/test_checkpoint_io_plugin.py, tests/tests_pytorch/strategies/launchers/test_multiprocessing.py, tests/tests_pytorch/strategies/test_fsdp.py, tests/tests_pytorch/test_cli.py, tests/tests_pytorch/trainer/connectors/test_accelerator_connector.py, tests/tests_pytorch/trainer/connectors/test_checkpoint_connector.py, tests/tests_pytorch/trainer/connectors/test_data_connector.py, tests/tests_pytorch/trainer/connectors/test_logger_connector.py, tests/tests_pytorch/trainer/logging_/test_logger_connector.py, tests/tests_pytorch/trainer/test_ddp_sigterm_handling.py, pyproject.toml, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, src/lightning/fabric/accelerators/registry.py, src/lightning/fabric/connector.py, src/lightning/fabric/fabric.py, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/plugins/precision/bitsandbytes.py, src/lightning/fabric/plugins/precision/transformer_engine.py, src/lightning/fabric/strategies/fsdp.py, src/lightning/fabric/strategies/parallel.py, src/lightning/fabric/strategies/single_xla.py, src/lightning/fabric/strategies/strategy.py, src/lightning/fabric/strategies/xla.py, src/lightning/fabric/strategies/xla_fsdp.py, src/lightning/fabric/utilities/cloud_io.py, src/lightning/fabric/utilities/imports.py, src/lightning/fabric/utilities/init.py, src/lightning/fabric/utilities/rank_zero.py, src/lightning/fabric/utilities/spike.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/__version__.py.

🟢 pytorch_lightning: Benchmarks
Check ID Status
lightning.Benchmarks success

These checks are required after the changes to requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/extra.txt, requirements/pytorch/test.txt, src/lightning/fabric/accelerators/registry.py, src/lightning/fabric/connector.py, src/lightning/fabric/fabric.py, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/plugins/precision/bitsandbytes.py, src/lightning/fabric/plugins/precision/transformer_engine.py, src/lightning/fabric/strategies/fsdp.py, src/lightning/fabric/strategies/parallel.py, src/lightning/fabric/strategies/single_xla.py, src/lightning/fabric/strategies/strategy.py, src/lightning/fabric/strategies/xla.py, src/lightning/fabric/strategies/xla_fsdp.py, src/lightning/fabric/utilities/cloud_io.py, src/lightning/fabric/utilities/imports.py, src/lightning/fabric/utilities/init.py, src/lightning/fabric/utilities/rank_zero.py, src/lightning/fabric/utilities/spike.py, src/lightning/pytorch/accelerators/__init__.py, src/lightning/pytorch/callbacks/finetuning.py, src/lightning/pytorch/callbacks/lr_monitor.py, src/lightning/pytorch/callbacks/model_checkpoint.py, src/lightning/pytorch/callbacks/progress/progress_bar.py, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/pruning.py, src/lightning/pytorch/callbacks/throughput_monitor.py, src/lightning/pytorch/callbacks/timer.py, src/lightning/pytorch/cli.py, src/lightning/pytorch/core/module.py, src/lightning/pytorch/core/saving.py, src/lightning/pytorch/demos/mnist_datamodule.py, src/lightning/pytorch/demos/transformer.py, src/lightning/pytorch/loops/training_epoch_loop.py, src/lightning/pytorch/loops/utilities.py, src/lightning/pytorch/overrides/distributed.py, src/lightning/pytorch/plugins/precision/double.py, src/lightning/pytorch/serve/servable_module_validator.py, src/lightning/pytorch/strategies/fsdp.py, src/lightning/pytorch/strategies/parallel.py, src/lightning/pytorch/strategies/single_xla.py, src/lightning/pytorch/strategies/strategy.py, src/lightning/pytorch/strategies/xla.py, src/lightning/pytorch/trainer/configuration_validator.py, src/lightning/pytorch/trainer/connectors/accelerator_connector.py, src/lightning/pytorch/trainer/connectors/callback_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/result.py, src/lightning/pytorch/trainer/connectors/signal_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/utilities/migration/utils.py, src/lightning/pytorch/utilities/model_registry.py, tests/parity_fabric/test_parity_ddp.py.

🟢 fabric: Docs
Check ID Status
docs-make (fabric, doctest) success
docs-make (fabric, html) success

These checks are required after the changes to src/lightning/fabric/accelerators/registry.py, src/lightning/fabric/connector.py, src/lightning/fabric/fabric.py, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/plugins/precision/bitsandbytes.py, src/lightning/fabric/plugins/precision/transformer_engine.py, src/lightning/fabric/strategies/fsdp.py, src/lightning/fabric/strategies/parallel.py, src/lightning/fabric/strategies/single_xla.py, src/lightning/fabric/strategies/strategy.py, src/lightning/fabric/strategies/xla.py, src/lightning/fabric/strategies/xla_fsdp.py, src/lightning/fabric/utilities/cloud_io.py, src/lightning/fabric/utilities/imports.py, src/lightning/fabric/utilities/init.py, src/lightning/fabric/utilities/rank_zero.py, src/lightning/fabric/utilities/spike.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/__version__.py, docs/source-fabric/_templates/theme_variables.jinja, docs/source-fabric/advanced/compile.rst, docs/source-fabric/advanced/model_parallel/tp_fsdp.rst, docs/source-fabric/advanced/multiple_setup.rst, docs/source-fabric/examples/index.rst, docs/source-fabric/fundamentals/convert.rst, requirements/docs.txt, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, setup.py, pyproject.toml.

🟢 pytorch_lightning: Docs
Check ID Status
docs-make (pytorch, doctest) success
docs-make (pytorch, html) success

These checks are required after the changes to src/lightning/pytorch/accelerators/__init__.py, src/lightning/pytorch/callbacks/finetuning.py, src/lightning/pytorch/callbacks/lr_monitor.py, src/lightning/pytorch/callbacks/model_checkpoint.py, src/lightning/pytorch/callbacks/progress/progress_bar.py, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/pruning.py, src/lightning/pytorch/callbacks/throughput_monitor.py, src/lightning/pytorch/callbacks/timer.py, src/lightning/pytorch/cli.py, src/lightning/pytorch/core/module.py, src/lightning/pytorch/core/saving.py, src/lightning/pytorch/demos/mnist_datamodule.py, src/lightning/pytorch/demos/transformer.py, src/lightning/pytorch/loops/training_epoch_loop.py, src/lightning/pytorch/loops/utilities.py, src/lightning/pytorch/overrides/distributed.py, src/lightning/pytorch/plugins/precision/double.py, src/lightning/pytorch/serve/servable_module_validator.py, src/lightning/pytorch/strategies/fsdp.py, src/lightning/pytorch/strategies/parallel.py, src/lightning/pytorch/strategies/single_xla.py, src/lightning/pytorch/strategies/strategy.py, src/lightning/pytorch/strategies/xla.py, src/lightning/pytorch/trainer/configuration_validator.py, src/lightning/pytorch/trainer/connectors/accelerator_connector.py, src/lightning/pytorch/trainer/connectors/callback_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/result.py, src/lightning/pytorch/trainer/connectors/signal_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/utilities/migration/utils.py, src/lightning/pytorch/utilities/model_registry.py, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/__version__.py, docs/source-pytorch/_templates/theme_variables.jinja, docs/source-pytorch/advanced/compile.rst, docs/source-pytorch/advanced/model_parallel/tp_fsdp.rst, docs/source-pytorch/advanced/post_training_quantization.rst, docs/source-pytorch/advanced/pruning_quantization.rst, docs/source-pytorch/advanced/training_tricks.rst, docs/source-pytorch/common/tbptt.rst, docs/source-pytorch/community/governance.rst, docs/source-pytorch/conf.py, docs/source-pytorch/data/iterables.rst, docs/source-pytorch/debug/debugging_basic.rst, docs/source-pytorch/model/manual_optimization.rst, docs/source-pytorch/upgrade/sections/1_4_advanced.rst, docs/source-pytorch/upgrade/sections/1_4_regular.rst, docs/source-pytorch/upgrade/sections/1_5_advanced.rst, docs/source-pytorch/upgrade/sections/1_5_devel.rst, docs/source-pytorch/upgrade/sections/1_5_regular.rst, docs/source-pytorch/upgrade/sections/1_6_advanced.rst, docs/source-pytorch/upgrade/sections/1_6_devel.rst, docs/source-pytorch/upgrade/sections/1_6_regular.rst, docs/source-pytorch/upgrade/sections/1_7_advanced.rst, docs/source-pytorch/upgrade/sections/1_7_devel.rst, docs/source-pytorch/upgrade/sections/1_7_regular.rst, docs/source-pytorch/upgrade/sections/1_8_advanced.rst, docs/source-pytorch/upgrade/sections/1_8_devel.rst, docs/source-pytorch/upgrade/sections/1_8_regular.rst, docs/source-pytorch/upgrade/sections/1_9_advanced.rst, docs/source-pytorch/upgrade/sections/1_9_devel.rst, docs/source-pytorch/upgrade/sections/1_9_regular.rst, docs/source-pytorch/upgrade/sections/2_0_advanced.rst, docs/source-pytorch/upgrade/sections/2_0_devel.rst, docs/source-pytorch/upgrade/sections/2_0_regular.rst, _notebooks, .actions/assistant.py, requirements/docs.txt, requirements/pytorch/base.txt, requirements/pytorch/docs.txt, requirements/pytorch/examples.txt, requirements/pytorch/extra.txt, requirements/pytorch/test.txt, setup.py, pyproject.toml.

🟢 pytorch_lightning: Docker
Check ID Status
build-cuda (3.10, 2.1.2, 12.1.1) success
build-cuda (3.11, 2.2.2, 12.1.1) success
build-cuda (3.11, 2.3.1, 12.1.1) success
build-cuda (3.11, 2.4.1, 12.1.1) success
build-cuda (3.12, 2.5.1, 12.1.1) success
build-cuda (3.12, 2.6.0, 12.4.1) success
build-pl (3.10, 2.1, 12.1.1) success
build-pl (3.11, 2.2, 12.1.1) success
build-pl (3.11, 2.3, 12.1.1) success
build-pl (3.11, 2.4, 12.1.1) success
build-pl (3.12, 2.5, 12.1.1) success
build-pl (3.12, 2.6, 12.4.1) success
build-pl (3.12, 2.7, 12.6.3, true) success

These checks are required after the changes to .actions/assistant.py, .github/workflows/docker-build.yml, dockers/base-cuda/Dockerfile, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/extra.txt, requirements/pytorch/test.txt, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, setup.py.

🟢 lightning_fabric: CPU workflow
Check ID Status
fabric-cpu-guardian success

These checks are required after the changes to .actions/assistant.py, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, src/lightning/fabric/accelerators/registry.py, src/lightning/fabric/connector.py, src/lightning/fabric/fabric.py, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/plugins/precision/bitsandbytes.py, src/lightning/fabric/plugins/precision/transformer_engine.py, src/lightning/fabric/strategies/fsdp.py, src/lightning/fabric/strategies/parallel.py, src/lightning/fabric/strategies/single_xla.py, src/lightning/fabric/strategies/strategy.py, src/lightning/fabric/strategies/xla.py, src/lightning/fabric/strategies/xla_fsdp.py, src/lightning/fabric/utilities/cloud_io.py, src/lightning/fabric/utilities/imports.py, src/lightning/fabric/utilities/init.py, src/lightning/fabric/utilities/rank_zero.py, src/lightning/fabric/utilities/spike.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/__version__.py, tests/tests_fabric/accelerators/test_registry.py, tests/tests_fabric/loggers/test_tensorboard.py, tests/tests_fabric/plugins/environments/test_slurm.py, tests/tests_fabric/plugins/precision/test_transformer_engine.py, tests/tests_fabric/strategies/test_ddp_integration.py, tests/tests_fabric/strategies/test_fsdp_integration.py, tests/tests_fabric/strategies/test_xla.py, tests/tests_fabric/test_connector.py, tests/tests_fabric/test_fabric.py, tests/tests_fabric/utilities/test_data.py, tests/tests_fabric/utilities/test_distributed.py, pyproject.toml, .github/workflows/ci-tests-fabric.yml.

🟢 lightning_fabric: Azure GPU
Check ID Status
lightning-fabric (GPUs) (testing Fabric | latest) success
lightning-fabric (GPUs) (testing Lightning | latest) success

These checks are required after the changes to .actions/assistant.py, .azure/gpu-tests-fabric.yml, examples/fabric/build_your_own_trainer/trainer.py, examples/fabric/kfold_cv/train_fabric.py, examples/fabric/meta_learning/train_fabric.py, examples/fabric/meta_learning/train_torch.py, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, src/lightning/__version__.py, src/lightning/fabric/accelerators/registry.py, src/lightning/fabric/connector.py, src/lightning/fabric/fabric.py, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/plugins/precision/bitsandbytes.py, src/lightning/fabric/plugins/precision/transformer_engine.py, src/lightning/fabric/strategies/fsdp.py, src/lightning/fabric/strategies/parallel.py, src/lightning/fabric/strategies/single_xla.py, src/lightning/fabric/strategies/strategy.py, src/lightning/fabric/strategies/xla.py, src/lightning/fabric/strategies/xla_fsdp.py, src/lightning/fabric/utilities/cloud_io.py, src/lightning/fabric/utilities/imports.py, src/lightning/fabric/utilities/init.py, src/lightning/fabric/utilities/rank_zero.py, src/lightning/fabric/utilities/spike.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/__version__.py, tests/tests_fabric/accelerators/test_registry.py, tests/tests_fabric/loggers/test_tensorboard.py, tests/tests_fabric/plugins/environments/test_slurm.py, tests/tests_fabric/plugins/precision/test_transformer_engine.py, tests/tests_fabric/strategies/test_ddp_integration.py, tests/tests_fabric/strategies/test_fsdp_integration.py, tests/tests_fabric/strategies/test_xla.py, tests/tests_fabric/test_connector.py, tests/tests_fabric/test_fabric.py, tests/tests_fabric/utilities/test_data.py, tests/tests_fabric/utilities/test_distributed.py, pyproject.toml.

🟢 mypy
Check ID Status
mypy success

These checks are required after the changes to .actions/assistant.py, requirements/_integrations/accelerators.txt, requirements/ci.txt, requirements/doctests.txt, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/extra.txt, requirements/pytorch/test.txt, requirements/typing.txt, src/lightning/__version__.py, src/lightning/fabric/accelerators/registry.py, src/lightning/fabric/connector.py, src/lightning/fabric/fabric.py, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/plugins/precision/bitsandbytes.py, src/lightning/fabric/plugins/precision/transformer_engine.py, src/lightning/fabric/strategies/fsdp.py, src/lightning/fabric/strategies/parallel.py, src/lightning/fabric/strategies/single_xla.py, src/lightning/fabric/strategies/strategy.py, src/lightning/fabric/strategies/xla.py, src/lightning/fabric/strategies/xla_fsdp.py, src/lightning/fabric/utilities/cloud_io.py, src/lightning/fabric/utilities/imports.py, src/lightning/fabric/utilities/init.py, src/lightning/fabric/utilities/rank_zero.py, src/lightning/fabric/utilities/spike.py, src/lightning/pytorch/accelerators/__init__.py, src/lightning/pytorch/callbacks/finetuning.py, src/lightning/pytorch/callbacks/lr_monitor.py, src/lightning/pytorch/callbacks/model_checkpoint.py, src/lightning/pytorch/callbacks/progress/progress_bar.py, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/pruning.py, src/lightning/pytorch/callbacks/throughput_monitor.py, src/lightning/pytorch/callbacks/timer.py, src/lightning/pytorch/cli.py, src/lightning/pytorch/core/module.py, src/lightning/pytorch/core/saving.py, src/lightning/pytorch/demos/mnist_datamodule.py, src/lightning/pytorch/demos/transformer.py, src/lightning/pytorch/loops/training_epoch_loop.py, src/lightning/pytorch/loops/utilities.py, src/lightning/pytorch/overrides/distributed.py, src/lightning/pytorch/plugins/precision/double.py, src/lightning/pytorch/serve/servable_module_validator.py, src/lightning/pytorch/strategies/fsdp.py, src/lightning/pytorch/strategies/parallel.py, src/lightning/pytorch/strategies/single_xla.py, src/lightning/pytorch/strategies/strategy.py, src/lightning/pytorch/strategies/xla.py, src/lightning/pytorch/trainer/configuration_validator.py, src/lightning/pytorch/trainer/connectors/accelerator_connector.py, src/lightning/pytorch/trainer/connectors/callback_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/result.py, src/lightning/pytorch/trainer/connectors/signal_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/utilities/migration/utils.py, src/lightning/pytorch/utilities/model_registry.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/__version__.py, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/__version__.py, src/version.info, pyproject.toml.

🟢 install
Check ID Status
install-pkg-guardian success

These checks are required after the changes to .actions/assistant.py, setup.py, src/lightning/__version__.py, src/lightning/fabric/accelerators/registry.py, src/lightning/fabric/connector.py, src/lightning/fabric/fabric.py, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/plugins/precision/bitsandbytes.py, src/lightning/fabric/plugins/precision/transformer_engine.py, src/lightning/fabric/strategies/fsdp.py, src/lightning/fabric/strategies/parallel.py, src/lightning/fabric/strategies/single_xla.py, src/lightning/fabric/strategies/strategy.py, src/lightning/fabric/strategies/xla.py, src/lightning/fabric/strategies/xla_fsdp.py, src/lightning/fabric/utilities/cloud_io.py, src/lightning/fabric/utilities/imports.py, src/lightning/fabric/utilities/init.py, src/lightning/fabric/utilities/rank_zero.py, src/lightning/fabric/utilities/spike.py, src/lightning/pytorch/accelerators/__init__.py, src/lightning/pytorch/callbacks/finetuning.py, src/lightning/pytorch/callbacks/lr_monitor.py, src/lightning/pytorch/callbacks/model_checkpoint.py, src/lightning/pytorch/callbacks/progress/progress_bar.py, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/pruning.py, src/lightning/pytorch/callbacks/throughput_monitor.py, src/lightning/pytorch/callbacks/timer.py, src/lightning/pytorch/cli.py, src/lightning/pytorch/core/module.py, src/lightning/pytorch/core/saving.py, src/lightning/pytorch/demos/mnist_datamodule.py, src/lightning/pytorch/demos/transformer.py, src/lightning/pytorch/loops/training_epoch_loop.py, src/lightning/pytorch/loops/utilities.py, src/lightning/pytorch/overrides/distributed.py, src/lightning/pytorch/plugins/precision/double.py, src/lightning/pytorch/serve/servable_module_validator.py, src/lightning/pytorch/strategies/fsdp.py, src/lightning/pytorch/strategies/parallel.py, src/lightning/pytorch/strategies/single_xla.py, src/lightning/pytorch/strategies/strategy.py, src/lightning/pytorch/strategies/xla.py, src/lightning/pytorch/trainer/configuration_validator.py, src/lightning/pytorch/trainer/connectors/accelerator_connector.py, src/lightning/pytorch/trainer/connectors/callback_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/connectors/logger_connector/result.py, src/lightning/pytorch/trainer/connectors/signal_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/utilities/migration/utils.py, src/lightning/pytorch/utilities/model_registry.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/__version__.py, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/__version__.py, src/version.info, requirements/_integrations/accelerators.txt, requirements/ci.txt, requirements/doctests.txt, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/extra.txt, requirements/pytorch/test.txt, requirements/typing.txt.


Thank you for your contribution! 💜

Note
This comment is automatically generated and updates for 60 minutes every 180 seconds. If you have any other questions, contact carmocca for help.

Copy link

codecov bot commented Jun 19, 2025

Codecov Report

❌ Patch coverage is 82.31293% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 87%. Comparing base (638ee9e) to head (1617f70).
⚠️ Report is 267 commits behind head on release/stable.

Additional details and impacted files
@@               Coverage Diff               @@
##           release/stable   #20918   +/-   ##
===============================================
  Coverage              87%      87%           
===============================================
  Files                 268      268           
  Lines               23447    23421   -26     
===============================================
- Hits                20384    20373   -11     
+ Misses               3063     3048   -15     

@Borda Borda requested a review from Copilot June 19, 2025 10:41
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates various GitHub workflow and configuration files to support new dependency versions, improved CI testing, and updated contributor documentation while cleaning up deprecated configurations.

  • Fixed legacy checkpoint file naming in release-pkg.yml.
  • Updated CI matrices and job configurations for Docker builds, tests, and dependency management.
  • Updated contributor guidelines and removed deprecated mergify configuration.

Reviewed Changes

Copilot reviewed 19 out of 184 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/release-pkg.yml Fixed erroneous legacy checkpoint file path.
.github/workflows/label-conflicts.yml Added a workflow for labeling pull request conflicts.
.github/workflows/docker-build.yml Updated Python, PyTorch, and CUDA versions; matrix updated.
.github/workflows/ci-tests-pytorch.yml Updated test configuration with junit XML for Codecov.
.github/workflows/ci-tests-fabric.yml Updated test configuration and environment variable steps.
.github/workflows/ci-schema.yml Bumped check-schema workflow version.
.github/workflows/ci-check-md-links.yml Updated config file path and added force-check flag.
.github/workflows/call-clear-cache.yml Updated cleanup-caches workflow version and ref.
.github/workflows/_legacy-checkpoints.yml Added conditional secrets handling step.
.github/mergify.yml Removed deprecated mergify configuration.
.github/markdown-links-config.json Updated ignored URL patterns.
.github/dependabot.yml Removed reviewers configuration from updates.
.github/checkgroup.yml Updated build matrix entries and commented-out TPU tests.
.github/PULL_REQUEST_TEMPLATE.md Updated contributor guideline URL.
.github/CONTRIBUTING.md Updated documentation and testing URLs.
.azure/gpu-tests-pytorch.yml Updated base image tag for PyTorch latest tests.
.azure/gpu-tests-fabric.yml Updated base image tag for Fabric latest tests.
.actions/assistant.py Renamed file handle variables for clarity.

Co-authored-by: Copilot <[email protected]>

fixing typo
@Borda Borda force-pushed the releasing/2.7.x branch from fddd641 to ec3e4e7 Compare June 19, 2025 10:44
@Borda Borda changed the title Minor path release 2.5.2 [wip] Minor path release 2.5.2 [rebase & merge] Jun 19, 2025
@Borda Borda force-pushed the releasing/2.7.x branch from 4721d45 to 1617f70 Compare June 19, 2025 17:36
Copy link
Collaborator

@lantiga lantiga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@lantiga lantiga changed the title Minor path release 2.5.2 [rebase & merge] Minor patch release 2.5.2 [rebase & merge] Jun 20, 2025
@lantiga lantiga merged commit 1617f70 into release/stable Jun 20, 2025
199 of 205 checks passed
@lantiga lantiga deleted the releasing/2.7.x branch June 20, 2025 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration data dependencies Pull requests that update a dependency file dockers docs Documentation related fabric lightning.fabric.Fabric package pl Generic label for PyTorch Lightning package release
Projects
None yet
Development

Successfully merging this pull request may close these issues.